PXC Documentation

PXC Home

Parse CSV

1.18.0

Parse CSV string into array.

Node Data

Display name

Parse CSV

Internal name

Node_Array_CSV_Parse

Inheritances

Node_Array_CSV_Parse

Inputs

Input

text

Csv String

int

Skip Line

Table

bool

First Row Header

text

Number Columns

text

Sort

Output

text

Columns

bool

Output Struct

Outputs

any

Array


Parse csv string into an array.



Properties


Csv String


The csv string to parse.


Skip Line


Number of lines to skip before start parsing (some csv comes with header line with can mess with number parser).



Commit History


1.14.5
  • Introduced

Related Links